home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / multimedia / thumbnailer / setup.exe / {tmp} / ClickPic Install.exe / install_script.iss
Text File  |  2006-07-13  |  938b  |  30 lines

  1. ;InnoSetupVersion=4.1.8
  2.  
  3. [Setup]
  4. AppName=ClickPic
  5. AppVerName=ClickPic version 1.6
  6. AppId=ClickPic
  7. DefaultDirName={pf}\ClickPic
  8. DefaultGroupName=Smaller Animals
  9. OutputBaseFilename=ClickPic Install
  10. Compression=lzma
  11. AllowNoIcons=yes
  12. InfoBeforeFile=embedded\InfoBefore.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\ClickPic.DLL"; DestDir: "{app}"; Flags: restartreplace regserver promptifolder 
  18. Source: "{app}\ClickPic.Chm"; DestDir: "{app}"; Flags: promptifolder 
  19.  
  20. [Run]
  21. Filename: "{app}\ClickPic.Chm"; Description: "View the ClickPic Help file"; Flags: shellexec skipifsilent 
  22.  
  23. [Icons]
  24. Name: "{group}\ClickPic"; Filename: "{app}\ClickPic.Chm"; WorkingDir: "{app}"; 
  25.  
  26. [Languages]
  27. ; These files are stubs
  28. ; To achieve better results after recompilation, use the real language files
  29. Name: "default"; MessagesFile: "embedded\default.isl"; 
  30.